home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / customize_interface.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Encoding:
Text File  |  2003-04-22  |  173 b   |  6 lines

  1. on(release, releaseOutside){
  2.    _global.a = "playing";
  3.    _global.mov.gotoAndStop(Math.round((_global.sli._x - 60) / 520 * _global.mov._totalframes));
  4.    stopDrag();
  5. }
  6.